home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
fulpak
/
ss.doc
< prev
next >
Wrap
Text File
|
1996-08-03
|
31KB
|
659 lines
ShareSpell v3.1
ASCII Text File Spelling Checker
Copyright 1989-1996, Acropolis Software
Acropolis Software
P.O. Box 5037
Fair Oaks, CA 95628
USA
THE LEGAL STUFF
ShareSpell is provided on an "as is" basis without warranty of any
kind, expressed or implied. In no event will Acropolis Software, its
assigns, employees or pets be liable to you for any damages, including
any lost profits, lost savings or other incidental or consequential
damages arising out of the use or inability to use the program, even
if Acropolis Software, including their employees and/or assigns have
been advised of the possibility of such damages, or for any claim by
any other party. Some restrictions may apply in other states,
countries, territories and civilizations.
INTRODUCTION
ShareSpell version 3.1 is a "stand-alone" spelling checker for checking
the spelling of ASCII text files. It is completely interactive and
displays the text of the file as it goes, checking for spelling errors.
At each "suspect" word, you have the option of:
Replacing the word from a list of suggested correct spellings
Manually correcting the word
Adding the word to the dictionary
Marking the word for later correction
Ignoring that word throughout the rest of the document
ShareSpell uses a common usage dictionary of nearly 80,000 words.
You have the option of adding words to the dictionary that you use
often such as your name and words specific to your field of writing.
FILE LIST
SS.EXE The ShareSpell program
ACROP.DCT The main dictionary (US or UK English)
SS.DOC This manual on-a-disk in ASCII text format
DM.EXE Dictionary Manager program
UPDATE.EXE Program to convert dictionary from pre-3.0 ShareSpell
INSTALL.EXE Program to install ShareSpell 3.0
REGISTER.DOC Registration form
REQUIREMENTS
The minimum system requirements to run ShareSpell are:
256K of RAM
1 Floppy disk drive
MSDOS/PCDOS version 2.1 or higher
A hard drive and/or two floppy drives are recommended. A single drive
system leaves very little room for storage of the file to be checked
and for a temporary copy of the file.
INSTALLATION
Before going any further, please make a backup copy of your ShareSpell
disk. Put the original disk away in a safe place and use the backup
disk from here forward; it will now be referred to as your "original".
INSTALL PROGRAM
The easiest way to install ShareSpell is to use the INSTALL program.
It will prompt you for the ShareSpell installation location and prompt
you to change floppies back and forth if you only have one floppy drive.
MANUAL INSTALLATION
To install ShareSpell manually, follow the directions below depending
upon your hardware setup:
ONE FLOPPY DRIVE
Format a floppy disk to place ShareSpell on. Put your original copy
of ShareSpell back in the disk drive and use the following command:
COPY A:SS.EXE B:SS.EXE
DOS will prompt you to insert a disk in B:. Since you do not have a
B: drive, it actually means A:. Place your original ShareSpell disk
back in the A: drive and use the command:
COPY A:ACROP.DCT B:ACROP.DCT
You will again be prompted to insert a disk in drive B:. Use drive
A:. Do the same with the command:
COPY A:DM.EXE B:DM.EXE.
Now you have a working copy of ShareSpell to use.
TWO FLOPPY DRIVES
Place your original copy of ShareSpell in drive A: and place a
formatted disk in drive B: and use the following commands:
COPY A:SS.EXE B:
COPY A:ACROP.DCT B:
COPY A:DM.EXE B:
If you are currently using an older version of ShareSpell and will
want to move the words you've added to the old dictionary over to the
new dictionary also use the following command:
COPY A:UPDATE.EXE B:
HARD DRIVE
Create a directory for ShareSpell on your hard drive. Alternately,
you could place the ShareSpell files in your MSDOS external command
directory (where your FORMAT.EXE, DISKCOPY.EXE, etc. files are). Most
people call that directory something like DOS, MSDOS or BIN. If you
place ShareSpell and its dictionary with your MSDOS external commands,
you will be able to use ShareSpell from any directory without having
to place the ShareSpell directory in your AUTOEXEC's PATH= statement.
If you do not want to place ShareSpell with your external commands,
then you must create a directory for it. SS is the example directory
name used below. You would use the following command to create the
directory:
MD \SS
Now switch to that directory with the CD command:
CD \SS
Copy the files from the floppy to the new directory:
COPY A:SS.EXE
COPY A:ACROP.DCT
COPY A:DM.EXE
COPY A:UPDATE.EXE
Now you can use ShareSpell by changing to the SS directory and typing
SS. Alternately, if you want to use ShareSpell while in any directory
on your hard drive, you should add the directory to the PATH= statement
in your AUTOEXEC.BAT file. Find a line in your AUTOEXEC.BAT file that
looks something like:
PATH=C:\;C:\DOS;C:\WHATEVER
Add to the end of it ";C:\SS". It would now look like:
PATH=C:\;C:\DOS;C:\WHATEVER;C:\SS
UPDATING FROM EARLIER VERSIONS
If you are currently using an earlier version of ShareSpell and wish
to move the words that you've added into the new dictionary, you can
use the UPDATE.EXE program. The format is:
UPDATE olddictionaryfilename newdictionaryfilename
If you are using ShareSpell on a hard drive and have placed the new
version in the same directory as you had the old version you would use
the command:
UPDATE ACROP.DIC ACROP.DCT
If you are using a two floppy drive system you would place the new
ShareSpell disk in drive A: and the disk with the old dictionary in
drive B: and use the command:
UPDATE B:ACROP.DIC ACROP.DCT
If you are using ShareSpell on a system with only one floppy drive you
must have a drive type with more storage than a low density 5.25" floppy.
If you have any type of 3.5" drive or a high density 5.25" drive you
can copy the old dictionary onto the floppy with the new version of
ShareSpell. Then copy the UPDATE.EXE file to the floppy (see the section
on installing ShareSpell in a system with one drive).
Once the old dictionary is copied to the disk, use the command:
UPDATE ACROP.DIC ACROP.DCT
Once it has run you should delete the old dictionary and the UPDATE
program to free up space on the floppy. If you only have a low density
5.25" floppy (360K) you will have to have someone with either two floppy
drives or a hard drive move the words to the new dictionary for you.
NETWORK INSTALLATION AND CONSIDERATIONS
If you are installing ShareSpell on a network there are a few things
to know that will make ShareSpell easier to use: ShareSpell opens the
ACROP.DCT in full shared mode so that everyone on the network can access
the file at the same time. Since the file is never written to, you
shouldn't run into any shared access problems. However, ShareSpell opens
the user added word dicti